home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Windows MFC / MFC generated / CTestDialog1.cp < prev    next >
Text File  |  1996-01-01  |  1KB  |  45 lines

  1. // CTestDialog1.cp -- dialog methods
  2. // Created 01/01/95 12:01 PM by AppMaker
  3.  
  4. #include "stdafx.h"
  5. #include "Demo1Dlg.h"
  6. #include "CTestDialog1.h"
  7.  
  8. #ifdef _DEBUG
  9. #undef THIS_FILE
  10. static char BASED_CODE THIS_FILE[] = __FILE__;
  11. #endif
  12.  
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CTestDialog1 dialog
  16.  
  17.  
  18. CTestDialog1::CTestDialog1(CWnd* pParent /*=NULL*/)
  19.     : CDialog(CTestDialog1::IDD, pParent)
  20. {
  21.  
  22.     //{{AFX_DATA_INIT(CTestDialog1)
  23.         // NOTE: the ClassExpress will add member initialization here
  24.     //}}AFX_DATA_INIT
  25. }
  26.  
  27. void CTestDialog1::DoDataExchange(CDataExchange* pDX)
  28. {
  29.     CDialog::DoDataExchange(pDX);
  30.     //{{AFX_DATA_MAP(CTestDialog1)
  31.         // NOTE: the ClassExpress will add DDX and DDV calls here
  32.     //}}AFX_DATA_MAP
  33. }
  34.  
  35. BEGIN_MESSAGE_MAP(CTestDialog1, CDialog)
  36.     //{{AFX_MSG_MAP(CTestDialog1)
  37.         // NOTE: the ClassExpress will add message map macros here
  38.     //}}AFX_MSG_MAP
  39. END_MESSAGE_MAP()
  40.  
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43. // CTestDialog1 message handlers
  44.  
  45.